Scheduler for WinForms
DateAppointmentsCollection コンストラクタ(DateTime,DateTime,IList<Appointment>,CalendarInfo,Boolean,Boolean)

C1.Win.Schedule.6 アセンブリ > C1.Schedule.Printing 名前空間 > DateAppointmentsCollection クラス > DateAppointmentsCollection コンストラクタ : DateAppointmentsCollection コンストラクタ(DateTime,DateTime,IList<Appointment>,CalendarInfo,Boolean,Boolean)
The System.DateTime value representing the beginning of the date range.
The System.DateTime value representing the end of the date range.
The System.Collections.Generic.IList`1 list of appointments.
The C1.Schedule.CalendarInfo object containing calendar specific information.
The System.Boolean value specifying whether to include days without appointments into collection.
The System.Boolean value specifying whether to include weekend days into collection.
Initializes a new instance of the DateAppointmentsCollection collection for the specified date range with appointment from the specified C1.Schedule.AppointmentCollection collection.
シンタックス
'宣言
 
Public Function New( _
   ByVal start As System.Date, _
   ByVal end As System.Date, _
   ByVal appointments As System.Collections.Generic.IList(Of Appointment), _
   ByVal calendarInfo As CalendarInfo, _
   ByVal includeEmptyDays As System.Boolean, _
   ByVal includeWeekends As System.Boolean _
)
public DateAppointmentsCollection( 
   System.DateTime start,
   System.DateTime end,
   System.Collections.Generic.IList<Appointment> appointments,
   CalendarInfo calendarInfo,
   System.bool includeEmptyDays,
   System.bool includeWeekends
)

パラメータ

start
The System.DateTime value representing the beginning of the date range.
end
The System.DateTime value representing the end of the date range.
appointments
The System.Collections.Generic.IList`1 list of appointments.
calendarInfo
The C1.Schedule.CalendarInfo object containing calendar specific information.
includeEmptyDays
The System.Boolean value specifying whether to include days without appointments into collection.
includeWeekends
The System.Boolean value specifying whether to include weekend days into collection.
参照

DateAppointmentsCollection クラス
DateAppointmentsCollection メンバ
オーバーロード一覧